home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d20 / tbe_001.arc / TB-EDIT.CFG < prev    next >
Text File  |  1991-06-27  |  12KB  |  256 lines

  1. ; =============================================================================
  2. ; Sample TB-EDIT.CFG or TB.CFG, as distributed with The-Box Edit 1.00
  3.  
  4. ; If you use The-Box Mailer, add 'application tb-edit include tb-edit.cfg' to
  5. ; your ordinary The-Box configuration, and delete any duplicate information
  6. ; from this (TB-EDIT.CFG) file.
  7.  
  8.  
  9. ; -----------------------------------------------------------------------------
  10. ; ADDRESS <ADDRESS>
  11. ; -----------------------------------------------------------------------------
  12. ; Adresses can be either FidoNet format or plain ASCII.
  13. ; If the first character of an address is a digit, and the address can
  14. ; be parsed into FidoNet segments (including domain if available), the
  15. ; address will be correctly expanded to 4D or 5D FidoNet style.
  16. ; A maximum of 30 address lines is allowed.
  17. address 2:283/512.1@fidonet.org
  18. address 27:2331/1006.0
  19.  
  20.  
  21. ; -----------------------------------------------------------------------------
  22. ; KEY [#<AKA>] <ADDRESSSPEC>
  23. ; -----------------------------------------------------------------------------
  24. ; Aka should be a known own address, the addressspec is parsed as described
  25. ; above if possible, is interpreted using pattern matching.
  26. ; 'All' is converted to '*'.
  27. ; If the user clears the source address field of a message, the first
  28. ; matching aka will be inserted, according to the destination address.
  29. key #27:2331/1006.0 27:*
  30.  
  31.  
  32. ; -----------------------------------------------------------------------------
  33. ; SYSOP <NAME>
  34. ; -----------------------------------------------------------------------------
  35. ; Used as a default user name.  The default is Sysop.
  36. ; Maximum length is 35 characters.
  37. sysop Arjen Lentz
  38.  
  39.  
  40. ; -----------------------------------------------------------------------------
  41. ; NETMAIL <PATHNAME>
  42. ; -----------------------------------------------------------------------------
  43. ; Only used if no areas are found in AREAS.TB (or AREAS.TB doesn't
  44. ; exist), this area will be a Pandora format NetMail type msg area.
  45. ; This is to provide compatibily with old The-Box utilties.
  46. ;netmail d:\mail\netmail
  47.  
  48.  
  49. ; -----------------------------------------------------------------------------
  50. ; INCLUDE <FILENAME>
  51. ; -----------------------------------------------------------------------------
  52. ; Recursive option, read this file for additional configuration.
  53. ; Uses the basepath, so don't specify a drive/path here!
  54. ;include extra.cfg
  55.  
  56.  
  57. ; -----------------------------------------------------------------------------
  58. ; APPLICATION TB-EDIT <COMMANDS>
  59. ; -----------------------------------------------------------------------------
  60. ; This is only applicable if the basic configuration file is TB.CFG
  61. ; Other applications will ignore APPLICATION TB-EDIT lines, so
  62. ; options only meant for TB-EDIT's use can be used here.
  63. ; Non-FidoNet style adresses, special aka lists, etc.
  64. ; If INCLUDE is used after this statement, the entire included
  65. ; file implicitly has 'APPLICATION TB-EDIT' status.
  66. ;application tb-edit include tb-edit.cfg
  67.  
  68.  
  69. ; -----------------------------------------------------------------------------
  70. ; The following options are specific to TB-EDIT and only recognized:
  71. ; - on an 'APPLICATION TB-EDIT' line
  72. ; - a file included with 'APPLICATION TB-EDIT INCLUDE'
  73. ; - in TB-EDIT.CFG if that is the primary configuration file
  74. ;   (ie. if no file named TB.CFG was found)
  75. ; -----------------------------------------------------------------------------
  76.  
  77. ; -----------------------------------------------------------------------------
  78. ; ECHOOUT <PATHNAME>
  79. ; -----------------------------------------------------------------------------
  80. ; Complete path/name of file to write echotags to for selective echomail export
  81. ;echoout d:\mail\echoscan.out
  82.  
  83.  
  84. ; -----------------------------------------------------------------------------
  85. ; EDITOR <BAT/PRGNAME> [<CMDLINE>]
  86. ; -----------------------------------------------------------------------------
  87. ; Activates external message-text editor.
  88. ; A path is not necessary if the batchfile or program can be found in the DOS
  89. ; path.  The file to be edited is always named <BASEPATH>\TB-EDIT.WRK
  90. ; TB-EDIT is swapped out to disk or EMS, so it only takes up between 1K and 4K.
  91. ; From inside the external-editor menu in TB-EDIT,
  92. ; you can also select to use to the internal editor.
  93. ;editor ed.exe d:\mail\tb-edit.wrk
  94.  
  95.  
  96. ; -----------------------------------------------------------------------------
  97. ; FLAG <FLAG>
  98. ; -----------------------------------------------------------------------------
  99. ; Alters default flag settings:
  100. ; HIDEKLUDGES  Don't show SEEN-BY: and Ctrl-A lines when viewing msgs.
  101. ; HIDEHEADER   Don't show header at top of screen in list/select msgs command.
  102. ;              Gives 7 more selection lines, & less info on msg under the bar.
  103. flag hidekludges
  104. ;flag hideheader
  105.  
  106.  
  107. ; -----------------------------------------------------------------------------
  108. ; QUOTESTRING <STRING>
  109. ; -----------------------------------------------------------------------------
  110. ; Prefix to use when doing a quoted reply.
  111. ; The '*' character is replaced with the sender's initials.
  112. ; Something like > or *> will give the best results.
  113. quotestring *>
  114.  
  115.  
  116. ; -----------------------------------------------------------------------------
  117. ; COLOURS <NAME> <PARMS ...>
  118. ; -----------------------------------------------------------------------------
  119. ; Tech - Bit mask:  7   Foreground blink   3   Intensity (1=bright foreground)
  120. ;                   6-4 Background color   2-0 Foreground colors
  121. ;   * Normal foreground     |  ** Bright foreground    | *** Background
  122. ; -----------------------------------------------------------------------------
  123. ;   0 Black                 |   8 Dark grey            |   0 Black
  124. ;   1 Blue                  |   9 Bright blue          |  16 Blue
  125. ;   2 Green                 |  10 Bright green         |  32 Green
  126. ;   3 Cyan                  |  11 Bright cyan          |  48 Cyan
  127. ;   4 Red                   |  12 Bright red           |  64 Red
  128. ;   5 Magenta               |  13 Bright magenta       |  80 Magenta
  129. ;   6 Brown                 |  14 Yellow               |  96 Brown
  130. ;   7 White (light grey)    |  15 Bright white         | 112 White (light grey)
  131. ; For blinking foreground, add 128 to first or second column.
  132. ; Monochrome/hercules modes only:
  133. ;       For bright foreground, add 8 to first column (except: white + 8 = grey)
  134. ;       For underline, add 1 to first column.
  135. ; Combine (ie. add up) all the numbers to create attribute of your choice 0-255
  136. ; -----------------------------------------------------------------------------
  137. ; Change the default colour settings:
  138. ; MENU   <normal> <hotnormal> <select> <inactive> <border> <title>
  139. ; SELECT <normal> <select> <border> <title> <scrollbar> <scrollselect>
  140. ; WINDOW <normal> <hotnormal> <select> <blink> <border> <title>
  141. ; TEXT   <normal> <hotnormal> <inverse> <hotinverse> <blink>
  142. ; -----------------------------------------------------------------------------
  143. ; The default is a monochrome setup which uses only inverse, highlight
  144. ; and blinking; should work with all display types....
  145. ;
  146. ; Sample with colours for EGA/VGA screens:
  147. ;colours menu   112 116  15 120 112 112
  148. ;colours select  12  15 112 112   7   4
  149. ;colours window 112 116  15 255 112 112
  150. ;colours text     7  15 112 127 143
  151. ;
  152. ; This one uses blue instead of black as a base-colour, easier on the eye:
  153. ;colours menu   113 116  31 120 113 113
  154. ;colours select 113  31 113 113  23  20
  155. ;colours window 113 116  31 255 113 113
  156. ;colours text    23  31 113 127 159
  157. ;
  158. ; Why not send me some nice colour settings you invented!
  159.  
  160.  
  161. ; -----------------------------------------------------------------------------
  162. ; The keyboard definition file
  163. ; -----------------------------------------------------------------------------
  164. include tbe_keys.cfg
  165.  
  166.  
  167. ; -----------------------------------------------------------------------------
  168. ; Key and string macros
  169. ; -----------------------------------------------------------------------------
  170. ; Special codes can be used in macrostrings, in the format \xxx where xxx are
  171. ; three hex digits.  These can be the special string macros listed below, or
  172. ; key codes.  Use TBE_KEY.COM to show key/char codes coming from the keyboard.
  173. ; If you call a function in TB-EDIT by putting a key code in the keyboard
  174. ; buffer, make sure you don't forget to adjust these codes if you change the
  175. ; keyboard definition (READ_KEY and EDIT_KEY commands)
  176. ; Also, keyboard definitions overrides a key macro
  177. ; String macros are not inserted into the keyboard buffer but directly put into
  178. ; the message text.
  179. ;
  180. ; Special key codes are created for mouse movement:
  181. ; 0x1d0  Moved to the left
  182. ; 0x1d1  Moved upwards
  183. ; 0x1d2  Moved to the right
  184. ; 0x1d3  Moved downwards
  185. ; 0x1d4  Left mousebutton
  186. ; 0x1d5  Right mousebutton
  187. ;
  188. ; Cur  Org    (Resp. current msg header and original msg header)
  189. ; ===  ===    ==================================================
  190. ; 200  210    From name
  191. ; 201  211    To name
  192. ; 202  212    Source address
  193. ; 203  213    Destination address
  194. ; 204  214    Subject
  195. ; 205  215    Date of the message
  196. ; 206  216    Default alias address in area of msg
  197. ; 207  217    Default user name in area of msg
  198. ; 208  218    Description of this area
  199. ; 209  219    First part of from field (ie first name)
  200. ; 20a  21a    First part of to field (ie first name)
  201. ; 20b  21b    First part of user name (ie first name)
  202. ; 20c  21c    Origin string in area of msg
  203. ; 20d  21d    Echotag in area of msg
  204. ; 220         Program name ("The-Box Edit")
  205. ; 221         Program version ("0.00+")
  206.  
  207.  
  208. ; -----------------------------------------------------------------------------
  209. ; STARTUP_MACRO <KEY_STRING>
  210. ; -----------------------------------------------------------------------------
  211. ; Key macro, put into the keyboard buffer at startup.
  212. ; This sample goes to the 1st area and starts area scan function:
  213. ; Alt-A Home <enter> Alt-S
  214. ; startup_macro \11e\147\00d\11f
  215.  
  216.  
  217. ; -----------------------------------------------------------------------------
  218. ; FORWARD_MACRO <STRING>
  219. ; -----------------------------------------------------------------------------
  220. ; String macro, inserted at start of message text when using the forward
  221. ; command.
  222. forward_macro \020* Original to \211 (\213)\00d * Dated <\215> from area '\218'\00d * Forwarded by \207 (\206)\00d\00d
  223.  
  224.  
  225. ; -----------------------------------------------------------------------------
  226. ; PRIVATE_MACRO <STRING>
  227. ; -----------------------------------------------------------------------------
  228. ; String macro, inserted at start of message text when makeing a private reply
  229. ; to a conference message.  The message will be saved in the first netmail area
  230. ; above the current conference area.
  231. private_macro \020* Private response to a msg in area '\218'\00d\00d
  232.  
  233.  
  234. ; -----------------------------------------------------------------------------
  235. ; READ_MACRO <KEYCODE> <STRING>
  236. ; -----------------------------------------------------------------------------
  237. ; Key macros, reader mode
  238. ; (The startup_macro actually behaves just like a read_macro)
  239. ; The following macro is Alt-P "blabla" <enter>
  240. ; With the default keyboard definition, it will do a pattern search for blabla.
  241. ; read_macro 122 \119blabla\00d
  242.  
  243.  
  244. ; -----------------------------------------------------------------------------
  245. ; EDIT_MACRO <KEYCODE> <STRING>
  246. ; -----------------------------------------------------------------------------
  247. ; Key macros, editor mode
  248. ; Code 178 is Alt-1, the macro does some movement and provides header/signoff.
  249. ; I put 178 at the start of enter_macro, reply_macro and quote_macro (AREAS.TB)
  250. edit_macro 178 \176\14f\00dCya! Agl.\00d\00d[\00d\12e]\00d\184\147Hi \20a,\00d\00d
  251. ; When I press Alt-G, I get the text '<grin>' at the current cursor position.
  252. edit_macro 122 <grin>
  253.  
  254.  
  255. ; =============================================================================
  256.